Copies the entire
ListBase<T> to a compatible one-dimensional array, starting at the beginning of the target array.
'Declaration
Public Overloads Sub CopyTo( _
ByVal () As _
)
'Usage
Dim instance As ListBase(Of T)
Dim array() As
instance.CopyTo(array)
Parameters
- array
- The one-dimensional System.Array that is the destination of the elements copied from ListBase<T>. The System.Array must have zero-based indexing.